home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / formats / musfmt10 / wow-form.txt < prev   
Text File  |  1994-05-02  |  855b  |  24 lines

  1. IBM "WOW" Format
  2. Created by "Mod's Grave" (aka "Grave Composer") for the IBM.
  3.  
  4. -------------
  5. From the IBM MultiPlayer Docs:
  6.  
  7. - WOW : this is another variation on  MOD format, based on 8 channels. These
  8.   mods can be recognized only by file extension (.WOW), so that you can't mo-
  9.   dify it. These modules were created by Grave Composer on PCs.
  10.  
  11. -------------
  12. From Stefan Danes <sdanes@marvels.hacktic.nl>:
  13.  
  14. >WOW
  15. This weird format is identical to '8CHN' but still uses the 'M.K.' ID.
  16. You can only test for WOW by calculating the size of the module for 8 
  17. channels and comparing this to the actual module length. If it's equal, 
  18. the module is an 8 channel WOW...
  19.  
  20. ModuleSize for 8 Channels:
  21. 43Ch + NumberOfPatterns*8*EventStructureSize*NumberOfRows + SizeOfAllSamples=
  22. 43Ch + NumberOfPatterns*8*4*40h + SizeOfAllSamples
  23.  
  24. -------------